3.21.24 \(\int (d+e x)^3 (a+b x+c x^2)^{5/2} \, dx\)

Optimal. Leaf size=400 \[ -\frac {5 \left (b^2-4 a c\right )^3 (2 c d-b e) \left (-4 c e (3 a e+8 b d)+11 b^2 e^2+32 c^2 d^2\right ) \tanh ^{-1}\left (\frac {b+2 c x}{2 \sqrt {c} \sqrt {a+b x+c x^2}}\right )}{65536 c^{13/2}}+\frac {5 \left (b^2-4 a c\right )^2 (b+2 c x) \sqrt {a+b x+c x^2} (2 c d-b e) \left (-4 c e (3 a e+8 b d)+11 b^2 e^2+32 c^2 d^2\right )}{32768 c^6}-\frac {5 \left (b^2-4 a c\right ) (b+2 c x) \left (a+b x+c x^2\right )^{3/2} (2 c d-b e) \left (-4 c e (3 a e+8 b d)+11 b^2 e^2+32 c^2 d^2\right )}{12288 c^5}+\frac {(b+2 c x) \left (a+b x+c x^2\right )^{5/2} (2 c d-b e) \left (-4 c e (3 a e+8 b d)+11 b^2 e^2+32 c^2 d^2\right )}{768 c^4}+\frac {e \left (a+b x+c x^2\right )^{7/2} \left (-2 c e (32 a e+243 b d)+99 b^2 e^2+154 c e x (2 c d-b e)+640 c^2 d^2\right )}{2016 c^3}+\frac {e (d+e x)^2 \left (a+b x+c x^2\right )^{7/2}}{9 c} \]

________________________________________________________________________________________

Rubi [A]  time = 0.44, antiderivative size = 400, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 5, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.227, Rules used = {742, 779, 612, 621, 206} \begin {gather*} \frac {e \left (a+b x+c x^2\right )^{7/2} \left (-2 c e (32 a e+243 b d)+99 b^2 e^2+154 c e x (2 c d-b e)+640 c^2 d^2\right )}{2016 c^3}+\frac {(b+2 c x) \left (a+b x+c x^2\right )^{5/2} (2 c d-b e) \left (-4 c e (3 a e+8 b d)+11 b^2 e^2+32 c^2 d^2\right )}{768 c^4}-\frac {5 \left (b^2-4 a c\right ) (b+2 c x) \left (a+b x+c x^2\right )^{3/2} (2 c d-b e) \left (-4 c e (3 a e+8 b d)+11 b^2 e^2+32 c^2 d^2\right )}{12288 c^5}+\frac {5 \left (b^2-4 a c\right )^2 (b+2 c x) \sqrt {a+b x+c x^2} (2 c d-b e) \left (-4 c e (3 a e+8 b d)+11 b^2 e^2+32 c^2 d^2\right )}{32768 c^6}-\frac {5 \left (b^2-4 a c\right )^3 (2 c d-b e) \left (-4 c e (3 a e+8 b d)+11 b^2 e^2+32 c^2 d^2\right ) \tanh ^{-1}\left (\frac {b+2 c x}{2 \sqrt {c} \sqrt {a+b x+c x^2}}\right )}{65536 c^{13/2}}+\frac {e (d+e x)^2 \left (a+b x+c x^2\right )^{7/2}}{9 c} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(d + e*x)^3*(a + b*x + c*x^2)^(5/2),x]

[Out]

(5*(b^2 - 4*a*c)^2*(2*c*d - b*e)*(32*c^2*d^2 + 11*b^2*e^2 - 4*c*e*(8*b*d + 3*a*e))*(b + 2*c*x)*Sqrt[a + b*x +
c*x^2])/(32768*c^6) - (5*(b^2 - 4*a*c)*(2*c*d - b*e)*(32*c^2*d^2 + 11*b^2*e^2 - 4*c*e*(8*b*d + 3*a*e))*(b + 2*
c*x)*(a + b*x + c*x^2)^(3/2))/(12288*c^5) + ((2*c*d - b*e)*(32*c^2*d^2 + 11*b^2*e^2 - 4*c*e*(8*b*d + 3*a*e))*(
b + 2*c*x)*(a + b*x + c*x^2)^(5/2))/(768*c^4) + (e*(d + e*x)^2*(a + b*x + c*x^2)^(7/2))/(9*c) + (e*(640*c^2*d^
2 + 99*b^2*e^2 - 2*c*e*(243*b*d + 32*a*e) + 154*c*e*(2*c*d - b*e)*x)*(a + b*x + c*x^2)^(7/2))/(2016*c^3) - (5*
(b^2 - 4*a*c)^3*(2*c*d - b*e)*(32*c^2*d^2 + 11*b^2*e^2 - 4*c*e*(8*b*d + 3*a*e))*ArcTanh[(b + 2*c*x)/(2*Sqrt[c]
*Sqrt[a + b*x + c*x^2])])/(65536*c^(13/2))

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 612

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((b + 2*c*x)*(a + b*x + c*x^2)^p)/(2*c*(2*p +
1)), x] - Dist[(p*(b^2 - 4*a*c))/(2*c*(2*p + 1)), Int[(a + b*x + c*x^2)^(p - 1), x], x] /; FreeQ[{a, b, c}, x]
 && NeQ[b^2 - 4*a*c, 0] && GtQ[p, 0] && IntegerQ[4*p]

Rule 621

Int[1/Sqrt[(a_) + (b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[2, Subst[Int[1/(4*c - x^2), x], x, (b + 2*c*x)
/Sqrt[a + b*x + c*x^2]], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 742

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(e*(d + e*x)^(m - 1)
*(a + b*x + c*x^2)^(p + 1))/(c*(m + 2*p + 1)), x] + Dist[1/(c*(m + 2*p + 1)), Int[(d + e*x)^(m - 2)*Simp[c*d^2
*(m + 2*p + 1) - e*(a*e*(m - 1) + b*d*(p + 1)) + e*(2*c*d - b*e)*(m + p)*x, x]*(a + b*x + c*x^2)^p, x], x] /;
FreeQ[{a, b, c, d, e, m, p}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && NeQ[2*c*d - b*e, 0]
 && If[RationalQ[m], GtQ[m, 1], SumSimplerQ[m, -2]] && NeQ[m + 2*p + 1, 0] && IntQuadraticQ[a, b, c, d, e, m,
p, x]

Rule 779

Int[((d_.) + (e_.)*(x_))*((f_.) + (g_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> -Simp[((b
*e*g*(p + 2) - c*(e*f + d*g)*(2*p + 3) - 2*c*e*g*(p + 1)*x)*(a + b*x + c*x^2)^(p + 1))/(2*c^2*(p + 1)*(2*p + 3
)), x] + Dist[(b^2*e*g*(p + 2) - 2*a*c*e*g + c*(2*c*d*f - b*(e*f + d*g))*(2*p + 3))/(2*c^2*(2*p + 3)), Int[(a
+ b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, f, g, p}, x] && NeQ[b^2 - 4*a*c, 0] &&  !LeQ[p, -1]

Rubi steps

\begin {align*} \int (d+e x)^3 \left (a+b x+c x^2\right )^{5/2} \, dx &=\frac {e (d+e x)^2 \left (a+b x+c x^2\right )^{7/2}}{9 c}+\frac {\int (d+e x) \left (\frac {1}{2} \left (18 c d^2-e (7 b d+4 a e)\right )+\frac {11}{2} e (2 c d-b e) x\right ) \left (a+b x+c x^2\right )^{5/2} \, dx}{9 c}\\ &=\frac {e (d+e x)^2 \left (a+b x+c x^2\right )^{7/2}}{9 c}+\frac {e \left (640 c^2 d^2+99 b^2 e^2-2 c e (243 b d+32 a e)+154 c e (2 c d-b e) x\right ) \left (a+b x+c x^2\right )^{7/2}}{2016 c^3}+\frac {\left ((2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right )\right ) \int \left (a+b x+c x^2\right )^{5/2} \, dx}{64 c^3}\\ &=\frac {(2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \left (a+b x+c x^2\right )^{5/2}}{768 c^4}+\frac {e (d+e x)^2 \left (a+b x+c x^2\right )^{7/2}}{9 c}+\frac {e \left (640 c^2 d^2+99 b^2 e^2-2 c e (243 b d+32 a e)+154 c e (2 c d-b e) x\right ) \left (a+b x+c x^2\right )^{7/2}}{2016 c^3}-\frac {\left (5 \left (b^2-4 a c\right ) (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right )\right ) \int \left (a+b x+c x^2\right )^{3/2} \, dx}{1536 c^4}\\ &=-\frac {5 \left (b^2-4 a c\right ) (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \left (a+b x+c x^2\right )^{3/2}}{12288 c^5}+\frac {(2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \left (a+b x+c x^2\right )^{5/2}}{768 c^4}+\frac {e (d+e x)^2 \left (a+b x+c x^2\right )^{7/2}}{9 c}+\frac {e \left (640 c^2 d^2+99 b^2 e^2-2 c e (243 b d+32 a e)+154 c e (2 c d-b e) x\right ) \left (a+b x+c x^2\right )^{7/2}}{2016 c^3}+\frac {\left (5 \left (b^2-4 a c\right )^2 (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right )\right ) \int \sqrt {a+b x+c x^2} \, dx}{8192 c^5}\\ &=\frac {5 \left (b^2-4 a c\right )^2 (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \sqrt {a+b x+c x^2}}{32768 c^6}-\frac {5 \left (b^2-4 a c\right ) (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \left (a+b x+c x^2\right )^{3/2}}{12288 c^5}+\frac {(2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \left (a+b x+c x^2\right )^{5/2}}{768 c^4}+\frac {e (d+e x)^2 \left (a+b x+c x^2\right )^{7/2}}{9 c}+\frac {e \left (640 c^2 d^2+99 b^2 e^2-2 c e (243 b d+32 a e)+154 c e (2 c d-b e) x\right ) \left (a+b x+c x^2\right )^{7/2}}{2016 c^3}-\frac {\left (5 \left (b^2-4 a c\right )^3 (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right )\right ) \int \frac {1}{\sqrt {a+b x+c x^2}} \, dx}{65536 c^6}\\ &=\frac {5 \left (b^2-4 a c\right )^2 (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \sqrt {a+b x+c x^2}}{32768 c^6}-\frac {5 \left (b^2-4 a c\right ) (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \left (a+b x+c x^2\right )^{3/2}}{12288 c^5}+\frac {(2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \left (a+b x+c x^2\right )^{5/2}}{768 c^4}+\frac {e (d+e x)^2 \left (a+b x+c x^2\right )^{7/2}}{9 c}+\frac {e \left (640 c^2 d^2+99 b^2 e^2-2 c e (243 b d+32 a e)+154 c e (2 c d-b e) x\right ) \left (a+b x+c x^2\right )^{7/2}}{2016 c^3}-\frac {\left (5 \left (b^2-4 a c\right )^3 (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right )\right ) \operatorname {Subst}\left (\int \frac {1}{4 c-x^2} \, dx,x,\frac {b+2 c x}{\sqrt {a+b x+c x^2}}\right )}{32768 c^6}\\ &=\frac {5 \left (b^2-4 a c\right )^2 (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \sqrt {a+b x+c x^2}}{32768 c^6}-\frac {5 \left (b^2-4 a c\right ) (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \left (a+b x+c x^2\right )^{3/2}}{12288 c^5}+\frac {(2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) (b+2 c x) \left (a+b x+c x^2\right )^{5/2}}{768 c^4}+\frac {e (d+e x)^2 \left (a+b x+c x^2\right )^{7/2}}{9 c}+\frac {e \left (640 c^2 d^2+99 b^2 e^2-2 c e (243 b d+32 a e)+154 c e (2 c d-b e) x\right ) \left (a+b x+c x^2\right )^{7/2}}{2016 c^3}-\frac {5 \left (b^2-4 a c\right )^3 (2 c d-b e) \left (32 c^2 d^2+11 b^2 e^2-4 c e (8 b d+3 a e)\right ) \tanh ^{-1}\left (\frac {b+2 c x}{2 \sqrt {c} \sqrt {a+b x+c x^2}}\right )}{65536 c^{13/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.78, size = 280, normalized size = 0.70 \begin {gather*} \frac {\frac {3 (2 c d-b e) \left (-4 c e (3 a e+8 b d)+11 b^2 e^2+32 c^2 d^2\right ) \left (2 \sqrt {c} (b+2 c x) \sqrt {a+x (b+c x)} \left (16 c^2 \left (33 a^2+26 a c x^2+8 c^2 x^4\right )+8 b^2 c \left (11 c x^2-20 a\right )+32 b c^2 x \left (13 a+8 c x^2\right )+15 b^4-40 b^3 c x\right )-15 \left (b^2-4 a c\right )^3 \tanh ^{-1}\left (\frac {b+2 c x}{2 \sqrt {c} \sqrt {a+x (b+c x)}}\right )\right )}{65536 c^{11/2}}+\frac {e (a+x (b+c x))^{7/2} \left (-2 c e (32 a e+243 b d+77 b e x)+99 b^2 e^2+4 c^2 d (160 d+77 e x)\right )}{224 c^2}+e (d+e x)^2 (a+x (b+c x))^{7/2}}{9 c} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(d + e*x)^3*(a + b*x + c*x^2)^(5/2),x]

[Out]

(e*(d + e*x)^2*(a + x*(b + c*x))^(7/2) + (e*(a + x*(b + c*x))^(7/2)*(99*b^2*e^2 + 4*c^2*d*(160*d + 77*e*x) - 2
*c*e*(243*b*d + 32*a*e + 77*b*e*x)))/(224*c^2) + (3*(2*c*d - b*e)*(32*c^2*d^2 + 11*b^2*e^2 - 4*c*e*(8*b*d + 3*
a*e))*(2*Sqrt[c]*(b + 2*c*x)*Sqrt[a + x*(b + c*x)]*(15*b^4 - 40*b^3*c*x + 32*b*c^2*x*(13*a + 8*c*x^2) + 8*b^2*
c*(-20*a + 11*c*x^2) + 16*c^2*(33*a^2 + 26*a*c*x^2 + 8*c^2*x^4)) - 15*(b^2 - 4*a*c)^3*ArcTanh[(b + 2*c*x)/(2*S
qrt[c]*Sqrt[a + x*(b + c*x)])]))/(65536*c^(11/2)))/(9*c)

________________________________________________________________________________________

IntegrateAlgebraic [B]  time = 7.66, size = 1267, normalized size = 3.17 \begin {gather*} \frac {\sqrt {c x^2+b x+a} \left (-3465 e^3 b^8+17010 c d e^2 b^7+2310 c e^3 x b^7+40740 a c e^3 b^6-1848 c^2 e^3 x^2 b^6-30240 c^2 d^2 e b^6-11340 c^2 d e^2 x b^6+20160 c^3 d^3 b^5+1584 c^3 e^3 x^3 b^5-189000 a c^2 d e^2 b^5+9072 c^3 d e^2 x^2 b^5-24696 a c^2 e^3 x b^5+20160 c^3 d^2 e x b^5-1408 c^4 e^3 x^4 b^4-162288 a^2 c^2 e^3 b^4-7776 c^4 d e^2 x^3 b^4+17856 a c^3 e^3 x^2 b^4-16128 c^4 d^2 e x^2 b^4+322560 a c^3 d^2 e b^4-13440 c^4 d^3 x b^4+113904 a c^3 d e^2 x b^4+1280 c^5 e^3 x^5 b^3+6912 c^5 d e^2 x^4 b^3-215040 a c^4 d^3 b^3-13696 a c^4 e^3 x^3 b^3+13824 c^5 d^2 e x^3 b^3+679392 a^2 c^3 d e^2 b^3+10752 c^5 d^3 x^2 b^3-81792 a c^4 d e^2 x^2 b^3+84384 a^2 c^3 e^3 x b^3-193536 a c^4 d^2 e x b^3+316416 c^6 e^3 x^6 b^2+1119744 c^6 d e^2 x^5 b^2+10752 a c^5 e^3 x^4 b^2+1363968 c^6 d^2 e x^4 b^2+234432 a^3 c^3 e^3 b^2+580608 c^6 d^3 x^3 b^2+62208 a c^5 d e^2 x^3 b^2-51072 a^2 c^4 e^3 x^2 b^2+138240 a c^5 d^2 e x^2 b^2-1064448 a^2 c^4 d^2 e b^2+129024 a c^5 d^3 x b^2-343872 a^2 c^4 d e^2 x b^2+530432 c^7 e^3 x^7 b+1824768 c^7 d e^2 x^6 b+771072 a c^6 e^3 x^5 b+2138112 c^7 d^2 e x^5 b+860160 c^7 d^3 x^4 b+2829312 a c^6 d e^2 x^4 b+709632 a^2 c^5 d^3 b+31488 a^2 c^5 e^3 x^3 b+3631104 a c^6 d^2 e x^3 b-763776 a^3 c^4 d e^2 b+1677312 a c^6 d^3 x^2 b+200448 a^2 c^5 d e^2 x^2 b-88192 a^3 c^4 e^3 x b+525312 a^2 c^5 d^2 e x b+229376 c^8 e^3 x^8+774144 c^8 d e^2 x^7+622592 a c^7 e^3 x^6+884736 c^8 d^2 e x^6+344064 c^8 d^3 x^5+2193408 a c^7 d e^2 x^5+491520 a^2 c^6 e^3 x^4+2654208 a c^7 d^2 e x^4-65536 a^4 c^4 e^3+1118208 a c^7 d^3 x^3+1903104 a^2 c^6 d e^2 x^3+32768 a^3 c^5 e^3 x^2+2654208 a^2 c^6 d^2 e x^2+884736 a^3 c^5 d^2 e+1419264 a^2 c^6 d^3 x+241920 a^3 c^5 d e^2 x\right )}{2064384 c^6}-\frac {5 \left (11 e^3 b^9-54 c d e^2 b^8-144 a c e^3 b^7+96 c^2 d^2 e b^7-64 c^3 d^3 b^6+672 a c^2 d e^2 b^6+672 a^2 c^2 e^3 b^5-1152 a c^3 d^2 e b^5+768 a c^4 d^3 b^4-2880 a^2 c^3 d e^2 b^4-1280 a^3 c^3 e^3 b^3+4608 a^2 c^4 d^2 e b^3-3072 a^2 c^5 d^3 b^2+4608 a^3 c^4 d e^2 b^2+768 a^4 c^4 e^3 b-6144 a^3 c^5 d^2 e b+4096 a^3 c^6 d^3-1536 a^4 c^5 d e^2\right ) \log \left (b+2 c x-2 \sqrt {c} \sqrt {c x^2+b x+a}\right )}{65536 c^{13/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(d + e*x)^3*(a + b*x + c*x^2)^(5/2),x]

[Out]

(Sqrt[a + b*x + c*x^2]*(20160*b^5*c^3*d^3 - 215040*a*b^3*c^4*d^3 + 709632*a^2*b*c^5*d^3 - 30240*b^6*c^2*d^2*e
+ 322560*a*b^4*c^3*d^2*e - 1064448*a^2*b^2*c^4*d^2*e + 884736*a^3*c^5*d^2*e + 17010*b^7*c*d*e^2 - 189000*a*b^5
*c^2*d*e^2 + 679392*a^2*b^3*c^3*d*e^2 - 763776*a^3*b*c^4*d*e^2 - 3465*b^8*e^3 + 40740*a*b^6*c*e^3 - 162288*a^2
*b^4*c^2*e^3 + 234432*a^3*b^2*c^3*e^3 - 65536*a^4*c^4*e^3 - 13440*b^4*c^4*d^3*x + 129024*a*b^2*c^5*d^3*x + 141
9264*a^2*c^6*d^3*x + 20160*b^5*c^3*d^2*e*x - 193536*a*b^3*c^4*d^2*e*x + 525312*a^2*b*c^5*d^2*e*x - 11340*b^6*c
^2*d*e^2*x + 113904*a*b^4*c^3*d*e^2*x - 343872*a^2*b^2*c^4*d*e^2*x + 241920*a^3*c^5*d*e^2*x + 2310*b^7*c*e^3*x
 - 24696*a*b^5*c^2*e^3*x + 84384*a^2*b^3*c^3*e^3*x - 88192*a^3*b*c^4*e^3*x + 10752*b^3*c^5*d^3*x^2 + 1677312*a
*b*c^6*d^3*x^2 - 16128*b^4*c^4*d^2*e*x^2 + 138240*a*b^2*c^5*d^2*e*x^2 + 2654208*a^2*c^6*d^2*e*x^2 + 9072*b^5*c
^3*d*e^2*x^2 - 81792*a*b^3*c^4*d*e^2*x^2 + 200448*a^2*b*c^5*d*e^2*x^2 - 1848*b^6*c^2*e^3*x^2 + 17856*a*b^4*c^3
*e^3*x^2 - 51072*a^2*b^2*c^4*e^3*x^2 + 32768*a^3*c^5*e^3*x^2 + 580608*b^2*c^6*d^3*x^3 + 1118208*a*c^7*d^3*x^3
+ 13824*b^3*c^5*d^2*e*x^3 + 3631104*a*b*c^6*d^2*e*x^3 - 7776*b^4*c^4*d*e^2*x^3 + 62208*a*b^2*c^5*d*e^2*x^3 + 1
903104*a^2*c^6*d*e^2*x^3 + 1584*b^5*c^3*e^3*x^3 - 13696*a*b^3*c^4*e^3*x^3 + 31488*a^2*b*c^5*e^3*x^3 + 860160*b
*c^7*d^3*x^4 + 1363968*b^2*c^6*d^2*e*x^4 + 2654208*a*c^7*d^2*e*x^4 + 6912*b^3*c^5*d*e^2*x^4 + 2829312*a*b*c^6*
d*e^2*x^4 - 1408*b^4*c^4*e^3*x^4 + 10752*a*b^2*c^5*e^3*x^4 + 491520*a^2*c^6*e^3*x^4 + 344064*c^8*d^3*x^5 + 213
8112*b*c^7*d^2*e*x^5 + 1119744*b^2*c^6*d*e^2*x^5 + 2193408*a*c^7*d*e^2*x^5 + 1280*b^3*c^5*e^3*x^5 + 771072*a*b
*c^6*e^3*x^5 + 884736*c^8*d^2*e*x^6 + 1824768*b*c^7*d*e^2*x^6 + 316416*b^2*c^6*e^3*x^6 + 622592*a*c^7*e^3*x^6
+ 774144*c^8*d*e^2*x^7 + 530432*b*c^7*e^3*x^7 + 229376*c^8*e^3*x^8))/(2064384*c^6) - (5*(-64*b^6*c^3*d^3 + 768
*a*b^4*c^4*d^3 - 3072*a^2*b^2*c^5*d^3 + 4096*a^3*c^6*d^3 + 96*b^7*c^2*d^2*e - 1152*a*b^5*c^3*d^2*e + 4608*a^2*
b^3*c^4*d^2*e - 6144*a^3*b*c^5*d^2*e - 54*b^8*c*d*e^2 + 672*a*b^6*c^2*d*e^2 - 2880*a^2*b^4*c^3*d*e^2 + 4608*a^
3*b^2*c^4*d*e^2 - 1536*a^4*c^5*d*e^2 + 11*b^9*e^3 - 144*a*b^7*c*e^3 + 672*a^2*b^5*c^2*e^3 - 1280*a^3*b^3*c^3*e
^3 + 768*a^4*b*c^4*e^3)*Log[b + 2*c*x - 2*Sqrt[c]*Sqrt[a + b*x + c*x^2]])/(65536*c^(13/2))

________________________________________________________________________________________

fricas [B]  time = 0.77, size = 2119, normalized size = 5.30

result too large to display

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^3*(c*x^2+b*x+a)^(5/2),x, algorithm="fricas")

[Out]

[-1/8257536*(315*(64*(b^6*c^3 - 12*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*d^3 - 96*(b^7*c^2 - 12*a*b^5*c^3 +
 48*a^2*b^3*c^4 - 64*a^3*b*c^5)*d^2*e + 6*(9*b^8*c - 112*a*b^6*c^2 + 480*a^2*b^4*c^3 - 768*a^3*b^2*c^4 + 256*a
^4*c^5)*d*e^2 - (11*b^9 - 144*a*b^7*c + 672*a^2*b^5*c^2 - 1280*a^3*b^3*c^3 + 768*a^4*b*c^4)*e^3)*sqrt(c)*log(-
8*c^2*x^2 - 8*b*c*x - b^2 - 4*sqrt(c*x^2 + b*x + a)*(2*c*x + b)*sqrt(c) - 4*a*c) - 4*(229376*c^9*e^3*x^8 + 143
36*(54*c^9*d*e^2 + 37*b*c^8*e^3)*x^7 + 1024*(864*c^9*d^2*e + 1782*b*c^8*d*e^2 + (309*b^2*c^7 + 608*a*c^8)*e^3)
*x^6 + 256*(1344*c^9*d^3 + 8352*b*c^8*d^2*e + 18*(243*b^2*c^7 + 476*a*c^8)*d*e^2 + (5*b^3*c^6 + 3012*a*b*c^7)*
e^3)*x^5 + 128*(6720*b*c^8*d^3 + 288*(37*b^2*c^7 + 72*a*c^8)*d^2*e + 18*(3*b^3*c^6 + 1228*a*b*c^7)*d*e^2 - (11
*b^4*c^5 - 84*a*b^2*c^6 - 3840*a^2*c^7)*e^3)*x^4 + 1344*(15*b^5*c^4 - 160*a*b^3*c^5 + 528*a^2*b*c^6)*d^3 - 288
*(105*b^6*c^3 - 1120*a*b^4*c^4 + 3696*a^2*b^2*c^5 - 3072*a^3*c^6)*d^2*e + 18*(945*b^7*c^2 - 10500*a*b^5*c^3 +
37744*a^2*b^3*c^4 - 42432*a^3*b*c^5)*d*e^2 - (3465*b^8*c - 40740*a*b^6*c^2 + 162288*a^2*b^4*c^3 - 234432*a^3*b
^2*c^4 + 65536*a^4*c^5)*e^3 + 16*(1344*(27*b^2*c^7 + 52*a*c^8)*d^3 + 288*(3*b^3*c^6 + 788*a*b*c^7)*d^2*e - 18*
(27*b^4*c^5 - 216*a*b^2*c^6 - 6608*a^2*c^7)*d*e^2 + (99*b^5*c^4 - 856*a*b^3*c^5 + 1968*a^2*b*c^6)*e^3)*x^3 + 8
*(1344*(b^3*c^6 + 156*a*b*c^7)*d^3 - 288*(7*b^4*c^5 - 60*a*b^2*c^6 - 1152*a^2*c^7)*d^2*e + 18*(63*b^5*c^4 - 56
8*a*b^3*c^5 + 1392*a^2*b*c^6)*d*e^2 - (231*b^6*c^3 - 2232*a*b^4*c^4 + 6384*a^2*b^2*c^5 - 4096*a^3*c^6)*e^3)*x^
2 - 2*(1344*(5*b^4*c^5 - 48*a*b^2*c^6 - 528*a^2*c^7)*d^3 - 288*(35*b^5*c^4 - 336*a*b^3*c^5 + 912*a^2*b*c^6)*d^
2*e + 18*(315*b^6*c^3 - 3164*a*b^4*c^4 + 9552*a^2*b^2*c^5 - 6720*a^3*c^6)*d*e^2 - (1155*b^7*c^2 - 12348*a*b^5*
c^3 + 42192*a^2*b^3*c^4 - 44096*a^3*b*c^5)*e^3)*x)*sqrt(c*x^2 + b*x + a))/c^7, 1/4128768*(315*(64*(b^6*c^3 - 1
2*a*b^4*c^4 + 48*a^2*b^2*c^5 - 64*a^3*c^6)*d^3 - 96*(b^7*c^2 - 12*a*b^5*c^3 + 48*a^2*b^3*c^4 - 64*a^3*b*c^5)*d
^2*e + 6*(9*b^8*c - 112*a*b^6*c^2 + 480*a^2*b^4*c^3 - 768*a^3*b^2*c^4 + 256*a^4*c^5)*d*e^2 - (11*b^9 - 144*a*b
^7*c + 672*a^2*b^5*c^2 - 1280*a^3*b^3*c^3 + 768*a^4*b*c^4)*e^3)*sqrt(-c)*arctan(1/2*sqrt(c*x^2 + b*x + a)*(2*c
*x + b)*sqrt(-c)/(c^2*x^2 + b*c*x + a*c)) + 2*(229376*c^9*e^3*x^8 + 14336*(54*c^9*d*e^2 + 37*b*c^8*e^3)*x^7 +
1024*(864*c^9*d^2*e + 1782*b*c^8*d*e^2 + (309*b^2*c^7 + 608*a*c^8)*e^3)*x^6 + 256*(1344*c^9*d^3 + 8352*b*c^8*d
^2*e + 18*(243*b^2*c^7 + 476*a*c^8)*d*e^2 + (5*b^3*c^6 + 3012*a*b*c^7)*e^3)*x^5 + 128*(6720*b*c^8*d^3 + 288*(3
7*b^2*c^7 + 72*a*c^8)*d^2*e + 18*(3*b^3*c^6 + 1228*a*b*c^7)*d*e^2 - (11*b^4*c^5 - 84*a*b^2*c^6 - 3840*a^2*c^7)
*e^3)*x^4 + 1344*(15*b^5*c^4 - 160*a*b^3*c^5 + 528*a^2*b*c^6)*d^3 - 288*(105*b^6*c^3 - 1120*a*b^4*c^4 + 3696*a
^2*b^2*c^5 - 3072*a^3*c^6)*d^2*e + 18*(945*b^7*c^2 - 10500*a*b^5*c^3 + 37744*a^2*b^3*c^4 - 42432*a^3*b*c^5)*d*
e^2 - (3465*b^8*c - 40740*a*b^6*c^2 + 162288*a^2*b^4*c^3 - 234432*a^3*b^2*c^4 + 65536*a^4*c^5)*e^3 + 16*(1344*
(27*b^2*c^7 + 52*a*c^8)*d^3 + 288*(3*b^3*c^6 + 788*a*b*c^7)*d^2*e - 18*(27*b^4*c^5 - 216*a*b^2*c^6 - 6608*a^2*
c^7)*d*e^2 + (99*b^5*c^4 - 856*a*b^3*c^5 + 1968*a^2*b*c^6)*e^3)*x^3 + 8*(1344*(b^3*c^6 + 156*a*b*c^7)*d^3 - 28
8*(7*b^4*c^5 - 60*a*b^2*c^6 - 1152*a^2*c^7)*d^2*e + 18*(63*b^5*c^4 - 568*a*b^3*c^5 + 1392*a^2*b*c^6)*d*e^2 - (
231*b^6*c^3 - 2232*a*b^4*c^4 + 6384*a^2*b^2*c^5 - 4096*a^3*c^6)*e^3)*x^2 - 2*(1344*(5*b^4*c^5 - 48*a*b^2*c^6 -
 528*a^2*c^7)*d^3 - 288*(35*b^5*c^4 - 336*a*b^3*c^5 + 912*a^2*b*c^6)*d^2*e + 18*(315*b^6*c^3 - 3164*a*b^4*c^4
+ 9552*a^2*b^2*c^5 - 6720*a^3*c^6)*d*e^2 - (1155*b^7*c^2 - 12348*a*b^5*c^3 + 42192*a^2*b^3*c^4 - 44096*a^3*b*c
^5)*e^3)*x)*sqrt(c*x^2 + b*x + a))/c^7]

________________________________________________________________________________________

giac [B]  time = 0.33, size = 1160, normalized size = 2.90

result too large to display

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^3*(c*x^2+b*x+a)^(5/2),x, algorithm="giac")

[Out]

1/2064384*sqrt(c*x^2 + b*x + a)*(2*(4*(2*(8*(2*(4*(14*(16*c^2*x*e^3 + (54*c^10*d*e^2 + 37*b*c^9*e^3)/c^8)*x +
(864*c^10*d^2*e + 1782*b*c^9*d*e^2 + 309*b^2*c^8*e^3 + 608*a*c^9*e^3)/c^8)*x + (1344*c^10*d^3 + 8352*b*c^9*d^2
*e + 4374*b^2*c^8*d*e^2 + 8568*a*c^9*d*e^2 + 5*b^3*c^7*e^3 + 3012*a*b*c^8*e^3)/c^8)*x + (6720*b*c^9*d^3 + 1065
6*b^2*c^8*d^2*e + 20736*a*c^9*d^2*e + 54*b^3*c^7*d*e^2 + 22104*a*b*c^8*d*e^2 - 11*b^4*c^6*e^3 + 84*a*b^2*c^7*e
^3 + 3840*a^2*c^8*e^3)/c^8)*x + (36288*b^2*c^8*d^3 + 69888*a*c^9*d^3 + 864*b^3*c^7*d^2*e + 226944*a*b*c^8*d^2*
e - 486*b^4*c^6*d*e^2 + 3888*a*b^2*c^7*d*e^2 + 118944*a^2*c^8*d*e^2 + 99*b^5*c^5*e^3 - 856*a*b^3*c^6*e^3 + 196
8*a^2*b*c^7*e^3)/c^8)*x + (1344*b^3*c^7*d^3 + 209664*a*b*c^8*d^3 - 2016*b^4*c^6*d^2*e + 17280*a*b^2*c^7*d^2*e
+ 331776*a^2*c^8*d^2*e + 1134*b^5*c^5*d*e^2 - 10224*a*b^3*c^6*d*e^2 + 25056*a^2*b*c^7*d*e^2 - 231*b^6*c^4*e^3
+ 2232*a*b^4*c^5*e^3 - 6384*a^2*b^2*c^6*e^3 + 4096*a^3*c^7*e^3)/c^8)*x - (6720*b^4*c^6*d^3 - 64512*a*b^2*c^7*d
^3 - 709632*a^2*c^8*d^3 - 10080*b^5*c^5*d^2*e + 96768*a*b^3*c^6*d^2*e - 262656*a^2*b*c^7*d^2*e + 5670*b^6*c^4*
d*e^2 - 56952*a*b^4*c^5*d*e^2 + 171936*a^2*b^2*c^6*d*e^2 - 120960*a^3*c^7*d*e^2 - 1155*b^7*c^3*e^3 + 12348*a*b
^5*c^4*e^3 - 42192*a^2*b^3*c^5*e^3 + 44096*a^3*b*c^6*e^3)/c^8)*x + (20160*b^5*c^5*d^3 - 215040*a*b^3*c^6*d^3 +
 709632*a^2*b*c^7*d^3 - 30240*b^6*c^4*d^2*e + 322560*a*b^4*c^5*d^2*e - 1064448*a^2*b^2*c^6*d^2*e + 884736*a^3*
c^7*d^2*e + 17010*b^7*c^3*d*e^2 - 189000*a*b^5*c^4*d*e^2 + 679392*a^2*b^3*c^5*d*e^2 - 763776*a^3*b*c^6*d*e^2 -
 3465*b^8*c^2*e^3 + 40740*a*b^6*c^3*e^3 - 162288*a^2*b^4*c^4*e^3 + 234432*a^3*b^2*c^5*e^3 - 65536*a^4*c^6*e^3)
/c^8) + 5/65536*(64*b^6*c^3*d^3 - 768*a*b^4*c^4*d^3 + 3072*a^2*b^2*c^5*d^3 - 4096*a^3*c^6*d^3 - 96*b^7*c^2*d^2
*e + 1152*a*b^5*c^3*d^2*e - 4608*a^2*b^3*c^4*d^2*e + 6144*a^3*b*c^5*d^2*e + 54*b^8*c*d*e^2 - 672*a*b^6*c^2*d*e
^2 + 2880*a^2*b^4*c^3*d*e^2 - 4608*a^3*b^2*c^4*d*e^2 + 1536*a^4*c^5*d*e^2 - 11*b^9*e^3 + 144*a*b^7*c*e^3 - 672
*a^2*b^5*c^2*e^3 + 1280*a^3*b^3*c^3*e^3 - 768*a^4*b*c^4*e^3)*log(abs(-2*(sqrt(c)*x - sqrt(c*x^2 + b*x + a))*sq
rt(c) - b))/c^(13/2)

________________________________________________________________________________________

maple [B]  time = 0.06, size = 2294, normalized size = 5.74

result too large to display

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^3*(c*x^2+b*x+a)^(5/2),x)

[Out]

105/2048*d*e^2*b^6/c^(9/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*a+45/128*d*e^2*b^2/c^(5/2)*ln((c*x+1/2*
b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*a^3-285/4096*d*e^2*b^5/c^4*(c*x^2+b*x+a)^(1/2)*a-5/32*d^2*e*b^2/c^2*(c*x^2+b*x
+a)^(3/2)*a-15/512*d^2*e*b^5/c^3*(c*x^2+b*x+a)^(1/2)*x-15/64*d^2*e*b^2/c^2*(c*x^2+b*x+a)^(1/2)*a^2+15/128*d^2*
e*b^4/c^3*(c*x^2+b*x+a)^(1/2)*a-15/32*d^2*e*b/c^(3/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*a^3-1/4*d^2*
e*b/c*x*(c*x^2+b*x+a)^(5/2)+5/64*d^2*e*b^3/c^2*(c*x^2+b*x+a)^(3/2)*x-225/1024*d*e^2*b^4/c^(7/2)*ln((c*x+1/2*b)
/c^(1/2)+(c*x^2+b*x+a)^(1/2))*a^2-5/64*d*e^2*a^2/c*(c*x^2+b*x+a)^(3/2)*x-1/32*d*e^2*a/c^2*(c*x^2+b*x+a)^(5/2)*
b+45/128*d^2*e*b^3/c^(5/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*a^2-45/512*d^2*e*b^5/c^(7/2)*ln((c*x+1/
2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*a-5/32*d^3/c*(c*x^2+b*x+a)^(1/2)*x*a*b^2-15/64*d^3/c^(3/2)*ln((c*x+1/2*b)/c^
(1/2)+(c*x^2+b*x+a)^(1/2))*b^2*a^2+15/256*d^3/c^(5/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*b^4*a-1/8*d^
2*e*b^2/c^2*(c*x^2+b*x+a)^(5/2)+5/128*d^2*e*b^4/c^3*(c*x^2+b*x+a)^(3/2)-15/1024*d^2*e*b^6/c^4*(c*x^2+b*x+a)^(1
/2)+15/2048*d^2*e*b^7/c^(9/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))-5/96*d^3/c*(c*x^2+b*x+a)^(3/2)*x*b^2
+5/48*d^3/c*(c*x^2+b*x+a)^(3/2)*b*a+5/256*d^3/c^2*(c*x^2+b*x+a)^(1/2)*x*b^4-11/144*e^3*b/c^2*x*(c*x^2+b*x+a)^(
7/2)+105/2048*e^3*b^5/c^(9/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*a^2-45/4096*e^3*b^7/c^(11/2)*ln((c*x
+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*a-15/32*d^2*e*b/c*(c*x^2+b*x+a)^(1/2)*x*a^2+15/64*d^2*e*b^3/c^2*(c*x^2+b*
x+a)^(1/2)*x*a+25/128*d*e^2*b^2/c^2*(c*x^2+b*x+a)^(3/2)*x*a+1/6*d^3*x*(c*x^2+b*x+a)^(5/2)-45/2048*d*e^2*b^5/c^
4*(c*x^2+b*x+a)^(3/2)-15/128*d*e^2*a^4/c^(3/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))-135/32768*d*e^2*b^8
/c^(11/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))+5/32*d^3/c*(c*x^2+b*x+a)^(1/2)*b*a^2-5/64*d^3/c^2*(c*x^2
+b*x+a)^(1/2)*b^3*a+15/256*e^3*b/c^(5/2)*a^4*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))-25/256*e^3*b^3/c^(7/2
)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*a^3+135/16384*d*e^2*b^7/c^5*(c*x^2+b*x+a)^(1/2)-27/112*d*e^2*b/c
^2*(c*x^2+b*x+a)^(7/2)+5/256*e^3*b^2/c^3*a^2*(c*x^2+b*x+a)^(3/2)+15/512*e^3*b^2/c^3*a^3*(c*x^2+b*x+a)^(1/2)-11
/384*e^3*b^3/c^3*x*(c*x^2+b*x+a)^(5/2)+55/6144*e^3*b^5/c^4*(c*x^2+b*x+a)^(3/2)*x+1/64*e^3*b^2/c^3*a*(c*x^2+b*x
+a)^(5/2)+125/8192*e^3*b^6/c^5*(c*x^2+b*x+a)^(1/2)*a-35/1536*e^3*b^4/c^4*(c*x^2+b*x+a)^(3/2)*a-55/16384*e^3*b^
7/c^5*(c*x^2+b*x+a)^(1/2)*x-85/2048*e^3*b^4/c^4*(c*x^2+b*x+a)^(1/2)*a^2-5/192*d^3/c^2*(c*x^2+b*x+a)^(3/2)*b^3+
5/16*d^3*(c*x^2+b*x+a)^(1/2)*x*a^2+5/512*d^3/c^3*(c*x^2+b*x+a)^(1/2)*b^5+5/16*d^3/c^(1/2)*ln((c*x+1/2*b)/c^(1/
2)+(c*x^2+b*x+a)^(1/2))*a^3-5/1024*d^3/c^(7/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))*b^6+3/7*d^2*e*(c*x^
2+b*x+a)^(7/2)/c+1/9*e^3*x^2*(c*x^2+b*x+a)^(7/2)/c-11/768*e^3*b^4/c^4*(c*x^2+b*x+a)^(5/2)+55/12288*e^3*b^6/c^5
*(c*x^2+b*x+a)^(3/2)-55/32768*e^3*b^8/c^6*(c*x^2+b*x+a)^(1/2)+11/224*e^3*b^2/c^3*(c*x^2+b*x+a)^(7/2)-2/63*e^3*
a/c^2*(c*x^2+b*x+a)^(7/2)+55/65536*e^3*b^9/c^(13/2)*ln((c*x+1/2*b)/c^(1/2)+(c*x^2+b*x+a)^(1/2))+1/12*d^3/c*(c*
x^2+b*x+a)^(5/2)*b+5/24*d^3*(c*x^2+b*x+a)^(3/2)*x*a-1/16*d*e^2*a/c*x*(c*x^2+b*x+a)^(5/2)+9/64*d*e^2*b^2/c^2*x*
(c*x^2+b*x+a)^(5/2)-45/1024*d*e^2*b^4/c^3*(c*x^2+b*x+a)^(3/2)*x+25/256*d*e^2*b^3/c^3*(c*x^2+b*x+a)^(3/2)*a+135
/8192*d*e^2*b^6/c^4*(c*x^2+b*x+a)^(1/2)*x+165/1024*d*e^2*b^3/c^3*(c*x^2+b*x+a)^(1/2)*a^2-15/256*d*e^2*a^3/c^2*
(c*x^2+b*x+a)^(1/2)*b-5/128*d*e^2*a^2/c^2*(c*x^2+b*x+a)^(3/2)*b-15/128*d*e^2*a^3/c*(c*x^2+b*x+a)^(1/2)*x+125/4
096*e^3*b^5/c^4*(c*x^2+b*x+a)^(1/2)*x*a+5/128*e^3*b/c^2*a^2*(c*x^2+b*x+a)^(3/2)*x-85/1024*e^3*b^3/c^3*(c*x^2+b
*x+a)^(1/2)*x*a^2+9/128*d*e^2*b^3/c^3*(c*x^2+b*x+a)^(5/2)+3/8*d*e^2*x*(c*x^2+b*x+a)^(7/2)/c-5/16*d^2*e*b/c*(c*
x^2+b*x+a)^(3/2)*x*a+165/512*d*e^2*b^2/c^2*(c*x^2+b*x+a)^(1/2)*x*a^2-285/2048*d*e^2*b^4/c^3*(c*x^2+b*x+a)^(1/2
)*x*a-35/768*e^3*b^3/c^3*(c*x^2+b*x+a)^(3/2)*x*a+15/256*e^3*b/c^2*a^3*(c*x^2+b*x+a)^(1/2)*x+1/32*e^3*b/c^2*a*x
*(c*x^2+b*x+a)^(5/2)

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: ValueError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^3*(c*x^2+b*x+a)^(5/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` f
or more details)Is 4*a*c-b^2 positive, negative or zero?

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int {\left (d+e\,x\right )}^3\,{\left (c\,x^2+b\,x+a\right )}^{5/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d + e*x)^3*(a + b*x + c*x^2)^(5/2),x)

[Out]

int((d + e*x)^3*(a + b*x + c*x^2)^(5/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (d + e x\right )^{3} \left (a + b x + c x^{2}\right )^{\frac {5}{2}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**3*(c*x**2+b*x+a)**(5/2),x)

[Out]

Integral((d + e*x)**3*(a + b*x + c*x**2)**(5/2), x)

________________________________________________________________________________________